projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73443b9
)
ti_omap5_common: eth: do not define DM_ETH for spl
author
Mugunthan V N
<
[email protected]
>
Thu, 28 Apr 2016 10:06:03 +0000
(15:36 +0530)
committer
Joe Hershberger
<
[email protected]
>
Tue, 24 May 2016 16:42:02 +0000
(11:42 -0500)
Since omap's spl doesn't support DM currently, do not define
DM_ETH for spl build.
Signed-off-by: Mugunthan V N <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
Acked-by: Joe Hershberger <
[email protected]
>
include/configs/ti_omap5_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ti_omap5_common.h
b/include/configs/ti_omap5_common.h
index b049be49eefe5a0ee15b60ea9d007a7e2255db56..2135af0db739f251bf075d6f5cc6ff5bae63ad72 100644
(file)
--- a/
include/configs/ti_omap5_common.h
+++ b/
include/configs/ti_omap5_common.h
@@
-153,6
+153,7
@@
#ifdef CONFIG_SPL_BUILD
#undef CONFIG_DM_MMC
#undef CONFIG_TIMER
+#undef CONFIG_DM_ETH
#endif
#endif /* __CONFIG_TI_OMAP5_COMMON_H */